home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / DBASE5 / TEMPLATE.ZIP / DD_LABL.COD < prev    next >
Text File  |  1994-10-12  |  1KB  |  29 lines

  1. //
  2. // Module Name: DD_LABL.COD - current (selector name): Menu_Act = 5
  3. // Selectors used : LBL_File, Scope, For_Expr, While_Exp, LBL_Sample, LBL_Dest
  4. //            : Flter_Cond
  5. // Description: DOC. include file for LABEL option.
  6. // Syntax     : LABEL FORM <label file>/? [<scope>] [SAMPLE]
  7. //                  [FOR <condition>] [WHILE <condition>]
  8. //                  [TO PRINT] [TO FILE <file>]
  9. //
  10. Imprimir etiquetas {LBL_File}.lbl
  11. {if Scope || For_Expr || While_Exp || !LBL_Sample then}
  12. {endofpage();}
  13. Opciones del mandato:
  14. { if Scope} SCOPE {upper(Scope)}{endif}\
  15. { if For_Expr} FOR {For_Expr}{endif}\
  16. { if While_Exp} WHILE {While_Exp}{endif}\
  17. { if !LBL_Sample} SAMPLE {endif}
  18. {endif}
  19. {endofpage();}
  20. Destino de impresión: \
  21. {if not FRM_Dest}Enviar a la impresora por omisión{endif}\
  22. {if FRM_Dest == 1}Enviar al fichero {FRM_File}.txt{endif}\
  23. {if FRM_Dest == 2}Pantalla{endif}\
  24. {if FRM_Dest == 3}Preguntar al usuario durante la ejecución{endif}
  25. {if Flter_Cond}Filtro: {Flter_Cond}
  26. {endif}
  27. {endofpage();}
  28. // EOP DD_LABL.COD
  29.